Skip to main content

Week 2

Milestones

✅ Taking up issues assigned to me and worked on them

✅ Issue : Expose ingestion Process #69

✅ Issue : Delegate CPU Intensive Tasks to ThreadPool #125

✅ Implementing nestJS Winston Logger to handle the console verbose

Contributions

🧧 Progress mapper

🧧 Implemented Threadpool

Learnings

💡 I added a progression mapper that constantly maps the progress once ingest/ingest-data command is called along with the file name ingesting at that particular instance .

💡 To clear the console log , Implemented nestJS winston logger which stores all the verbose that is been printed on the console to a seperate file , thus increasing the observability .

💡 Delegated few tasks to the threadpool so to make them run parallely and boosting the execution time .